Autogenerated HTML docs for v2.20.1-421-g9403f
diff --git a/git-diff-files.html b/git-diff-files.html index 3c78d0d..30b1730 100644 --- a/git-diff-files.html +++ b/git-diff-files.html
@@ -1227,11 +1227,20 @@ </div></div> </dd> <dt class="hdlist1"> +--no-color-moved +</dt> +<dd> +<p> + Turn off move detection. This can be used to override configuration + settings. It is the same as <code>--color-moved=no</code>. +</p> +</dd> +<dt class="hdlist1"> --color-moved-ws=<modes> </dt> <dd> <p> - This configures how white spaces are ignored when performing the + This configures how whitespace is ignored when performing the move detection for <code>--color-moved</code>. These modes can be given as a comma separated list: </p> @@ -1239,6 +1248,14 @@ <div class="content"> <div class="dlist"><dl> <dt class="hdlist1"> +no +</dt> +<dd> +<p> + Do not ignore whitespace when performing move detection. +</p> +</dd> +<dt class="hdlist1"> ignore-space-at-eol </dt> <dd> @@ -1270,7 +1287,7 @@ </dt> <dd> <p> - Initially ignore any white spaces in the move detection, then + Initially ignore any whitespace in the move detection, then group the moved code blocks only into a block if the change in whitespace is the same per line. This is incompatible with the other modes. @@ -1280,6 +1297,16 @@ </div></div> </dd> <dt class="hdlist1"> +--no-color-moved-ws +</dt> +<dd> +<p> + Do not ignore whitespace when performing move detection. This can be + used to override configuration settings. It is the same as + <code>--color-moved-ws=no</code>. +</p> +</dd> +<dt class="hdlist1"> --word-diff[=<mode>] </dt> <dd>